skia: Cast SkEndian_SwapBE32(n) to uint32_t on big-endian
authorCarsten Schoenert <c.schoenert@t-online.de>
Tue, 18 Jul 2023 14:02:48 +0000 (16:02 +0200)
committerCarsten Schoenert <c.schoenert@t-online.de>
Fri, 8 Dec 2023 20:21:26 +0000 (21:21 +0100)
commitf332a7e862bc733180e3fe92502885a8f8107d35
treefe1a3f64633a09e8610c8797911902630c4080fc
parent1a1ba3cf9f1165b5fccbc3f160537e2eea4a09ed
skia: Cast SkEndian_SwapBE32(n) to uint32_t on big-endian

On BE the byte-swapping needs to be unint32_t so cast that to that.
We have ppc64 and s390x which are Big Endian platforms.

Based on https://cgit.freebsd.org/ports/commit/?id=3110f3a0dcfdf1d5be165bbbb1ff08d720c63c48

Gbp-Pq: Topic fixes
Gbp-Pq: Name skia-Cast-SkEndian_SwapBE32-n-to-uint32_t-on-big-endian.patch
gfx/skia/skia/src/base/SkEndian.h